home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / bug / linux-image-3.2.0-4-486 / include-dmesg < prev    next >
Encoding:
Text File  |  2012-06-03  |  308 b   |  13 lines

  1. add_dmesg() {
  2.   echo '** Kernel log:' >&3
  3.   dmesg | tail -n 100 >&3
  4.   echo >&3
  5. }
  6.  
  7. ask_dmesg() {
  8.   # Remind the user to attach the kernel log.  This should also trigger
  9.   # a reminder in some MUAs if the user tries to send without it.
  10.   echo '** Kernel log: boot messages should be attached' >&3
  11.   echo >&3
  12. }
  13.